home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00159.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  220 b   |  11 lines

  1. on exitFrame
  2.   global loadNext, mainPageWait
  3.   startTimer()
  4.   unLoadCast()
  5.   preLoad(label("s2turn5"), label("s2turn5") + 6)
  6.   if the timer < mainPageWait then
  7.     wait(mainPageWait - the timer)
  8.   end if
  9.   go(#next)
  10. end
  11.